home *** CD-ROM | disk | FTP | other *** search
- global gScrollerObj, gMonitorObj, gBioValue
-
- on mouseDown me
- set gBioValue to 0
- set the member of sprite 24 to "SYNOPSIS"
- set the scrollTop of member "SYNOPSIS" to 0
- set the loc of sprite 24 to point(190, 140)
- set the ink of sprite 24 to 36
- showAll(gScrollerObj, 88)
- updateStage()
- end
-
- on mouseEnter me
- cursor(280)
- end
-
- on mouseLeave me
- cursor(0)
- end
-